Allocating (and De-Allocating) Memory for char*[64] in C

Posted by Lienau on Stack Overflow See other posts from Stack Overflow or by Lienau
Published on 2010-06-07T20:54:18Z Indexed on 2010/06/08 1:42 UTC
Read the original article Hit count: 219

Filed under:
|

I was wondering how I could allocate (and De-Allocate) an array of char pointers (char*[64]) in C. I've looked around on the web for examples but they all focus on other datatypes or one dimension arrays.

© Stack Overflow or respective owner

Related posts about c

    Related posts about memory-allocation